Adwaita: Update treeview rubberband styling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:30:29 +0000 (07:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:30:29 +0000 (07:30 -0500)
Adapt to the changes in the previous commit.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 8f4fd0e60d1302543713cd0869208e5c2dd8c203..9eabe3b725bf2b60b34b0cda4de40831c21d31ec 100644 (file)
@@ -1274,7 +1274,7 @@ treeview.view {
   border-left-color: mix($fg_color, $base_color, 50%); // this is actually the tree lines color,
   border-top-color: $bg_color;                         // while this is the grid lines color, better then nothing
 
-  &.rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props
+  & rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props
 
   &:selected { border-radius: 0; } // rest border radius in lists
 
index c112f8aa2a33a3483e4563b98cd35df3cf3af7f5..3fb983108feb2711c7c3049e98019487c39d9712 100644 (file)
@@ -80,7 +80,7 @@ textview text,
 .rubberband,
 rubberband,
 flowbox rubberband,
-treeview.view.rubberband,
+treeview.view rubberband,
 .content-view rubberband {
   border: 1px solid #184472;
   background-color: rgba(24, 68, 114, 0.2); }
index 8d4aefa71ac7e6bf1a0be325215c5365816b0847..a68ff77b205bce39825276d6d61b2d8daa981e67 100644 (file)
@@ -80,7 +80,7 @@ textview text,
 .rubberband,
 rubberband,
 flowbox rubberband,
-treeview.view.rubberband,
+treeview.view rubberband,
 .content-view rubberband {
   border: 1px solid #2a76c6;
   background-color: rgba(42, 118, 198, 0.2); }